projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
656828c
)
(set-rmail-inbox-list): Use insert-before-markers.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Jun 1994 13:23:57 +0000
(13:23 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 18 Jun 1994 13:23:57 +0000
(13:23 +0000)
lisp/mail/rmailmsc.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmailmsc.el
b/lisp/mail/rmailmsc.el
index 0f8507086394e9b3b1a15cfc1dad2900b8e5a79e..d00510e4254f1f2d1c43c075ef4007955a061c49 100644
(file)
--- a/
lisp/mail/rmailmsc.el
+++ b/
lisp/mail/rmailmsc.el
@@
-46,7
+46,7
@@
If FILE-NAME is empty, remove any inbox list."
(progn (forward-line 1)
(point))))
(if (not (string= file-name ""))
- (insert "Mail: " file-name "\n"))))))
+ (insert
-before-markers
"Mail: " file-name "\n"))))))
(setq rmail-inbox-list (rmail-parse-file-inboxes))
(rmail-show-message rmail-current-message))